home *** CD-ROM | disk | FTP | other *** search
- rem
- rem Build a set of large data files using a version of the SPD
- rem code that comes with the 'mtv' raytracer. Note the very
- rem high value for "max_prims" in the file "polyray.ini". This
- rem is necessary in order to store the large number of prims that
- rem sometimes get generated by these routines.
- rem
- make -f ztc.mak balls.exe > temp
- make -f ztc.mak coil.exe >> temp
- make -f ztc.mak gears.exe >> temp
- make -f ztc.mak hilbert.exe >> temp
- make -f ztc.mak mountain.exe >> temp
- make -f ztc.mak rings.exe >> temp
- make -f ztc.mak sphcoil.exe >> temp
- make -f ztc.mak tetra.exe >> temp
- make -f ztc.mak tree.exe >> temp
- balls > balls.pi
- coil > coil.pi
- gears > gears.pi
- hilbert > hilbert.pi
- mountain > mountain.pi
- rings > rings.pi
- sphcoil > sphcoil.pi
- tetra > tetra.pi
- tree > tree.pi
- ppolyray balls.pi -o balls.tga -t -B >> temp
- ppolyray coil.pi -o coil.tga -t -B >> temp
- ppolyray gears.pi -o gears.tga -t -B >> temp
- ppolyray hilbert.pi -o hilbert.tga -t -B >> temp
- ppolyray mountain.pi -o mountain.tga -t -B >> temp
- ppolyray rings.pi -o rings.tga -t -B >> temp
- ppolyray sphcoil.pi -o sphcoil.tga -t -B >> temp
- ppolyray tetra.pi -o tetra.tga -t -B >> temp
- ppolyray tree.pi -o tree.tga -t -B >> temp
-